From 3e426e4c5b3a38ab57e182b947e9b10849a8470b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 12 Feb 2021 00:26:10 -0500 Subject: [PATCH] flatpak: Try harder to disable sassc --- build-aux/flatpak/org.gtk.Demo4.json | 1 + build-aux/flatpak/org.gtk.IconBrowser4.json | 1 + build-aux/flatpak/org.gtk.WidgetFactory4.json | 1 + 3 files changed, 3 insertions(+) diff --git a/build-aux/flatpak/org.gtk.Demo4.json b/build-aux/flatpak/org.gtk.Demo4.json index 8efb2e9d1a..b987981577 100644 --- a/build-aux/flatpak/org.gtk.Demo4.json +++ b/build-aux/flatpak/org.gtk.Demo4.json @@ -70,6 +70,7 @@ "config-opts" : [ "--libdir=/app/lib", "-Denable_vulkan=no", + "-Dsassc=disabled", "-Dbuildtype=debugoptimized", "-Dprofile=devel" ], diff --git a/build-aux/flatpak/org.gtk.IconBrowser4.json b/build-aux/flatpak/org.gtk.IconBrowser4.json index 65bb182b43..580e4e7af9 100644 --- a/build-aux/flatpak/org.gtk.IconBrowser4.json +++ b/build-aux/flatpak/org.gtk.IconBrowser4.json @@ -70,6 +70,7 @@ "config-opts" : [ "--libdir=/app/lib", "-Denable_vulkan=no", + "-Dsassc=disabled", "-Dbuildtype=debugoptimized", "-Dprofile=devel" ], diff --git a/build-aux/flatpak/org.gtk.WidgetFactory4.json b/build-aux/flatpak/org.gtk.WidgetFactory4.json index 5fd1b8a678..138a6c73b5 100644 --- a/build-aux/flatpak/org.gtk.WidgetFactory4.json +++ b/build-aux/flatpak/org.gtk.WidgetFactory4.json @@ -70,6 +70,7 @@ "config-opts" : [ "--libdir=/app/lib", "-Denable_vulkan=no", + "-Dsassc=disabled", "-Dbuildtype=debugoptimized", "-Dprofile=devel" ], -- 2.30.2